Skip to content

docs: fix broken doc links (redirects + dead card link)#569

Open
Corey-T1000 wants to merge 2 commits into
mainfrom
docs/redirect-materialize-concept-page
Open

docs: fix broken doc links (redirects + dead card link)#569
Corey-T1000 wants to merge 2 commits into
mainfrom
docs/redirect-materialize-concept-page

Conversation

@Corey-T1000

@Corey-T1000 Corey-T1000 commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

What

A sweep for broken doc links after recent page moves. Two kinds of fix.

Redirects (next.config.mjs) — moved/removed pages leaving indexed URLs 404ing

Old URL (404s today) Redirects to When it broke
/authzed/concepts/authzed-materialize /materialize/getting-started/overview #562 (promoted to top-level section)
/spicedb/ops/ai-agent-authorization /spicedb/tutorials/ai-agent-authorization 2026-02-05 (moved to Tutorials)
/spicedb/ops/secure-rag-pipelines /spicedb/tutorials/secure-rag-pipelines 2026-02-05 (moved to Tutorials)
/spicedb/ops/spicedb-langchain-langgraph-rag /spicedb/integrations/langchain-spicedb 2026-02-05 (folded into integration page)

The three /spicedb/ops/* pages were live ~2 months (since the Nextra v4 upgrade) before moving, so they're the most likely to be indexed. Permanent (308) redirects following the existing best-practices pattern; sources are basePath-relative; browsers preserve any #fragment.

Dead internal link

The getting-started/first-steps "Install the SpiceDB server binary" card pointed at /spicedb/getting-started/installing-spicedb — a path that never existed (install docs live under install/<os>). Repointed to install/macos, matching how the rest of the site links to install docs.

How this was verified

  • Git history since the Nextra v4 upgrade — every deleted/renamed page.* accounted for.
  • Built a route map from app/ and checked every absolute + fully-qualified (authzed.com/docs/...) internal link against it: 0 broken after the card fix.
  • Relative ](./sibling) links resolve correctly in Nextra (verified), not broken.

Not included

Two Materialize pages (concepts/hydration, api/download-api) were created and removed entirely within the #562 branch before merge — never shipped to production, so no redirect needed.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Preview deployment status for this pull request.

Name Status Preview Updated (UTC)
docs 🟢 Ready Visit Preview Jul 09, 2026 07:15pm

@Corey-T1000 Corey-T1000 force-pushed the docs/redirect-materialize-concept-page branch from f39a996 to ef22008 Compare July 9, 2026 17:40
@Corey-T1000 Corey-T1000 changed the title docs(materialize): redirect old authzed-materialize concept URL docs: redirect moved and removed doc URLs Jul 9, 2026
Several pages moved or were removed without redirects, leaving indexed URLs
404ing; add permanent (308) redirects in next.config.mjs following the existing
best-practices pattern:

- /authzed/concepts/authzed-materialize -> /materialize/getting-started/overview
  (single concept page promoted to a top-level section, #562)
- /spicedb/ops/ai-agent-authorization -> /spicedb/tutorials/ai-agent-authorization
- /spicedb/ops/secure-rag-pipelines -> /spicedb/tutorials/secure-rag-pipelines
  (both moved to the new Tutorials section on 2026-02-05)
- /spicedb/ops/spicedb-langchain-langgraph-rag -> /spicedb/integrations/langchain-spicedb
  (folded into the langchain-spicedb integration page on 2026-02-05)

Also fix a dead internal link: the first-steps 'Install the SpiceDB server
binary' card pointed at /spicedb/getting-started/installing-spicedb, which was
refactored into install/<os> pages and never existed under that path. Point it
at install/macos, matching how the rest of the site links to install docs.

Sources are basePath-relative; browsers preserve any #fragment.
@Corey-T1000 Corey-T1000 force-pushed the docs/redirect-materialize-concept-page branch from ef22008 to 2d80399 Compare July 9, 2026 17:48
@Corey-T1000 Corey-T1000 changed the title docs: redirect moved and removed doc URLs docs: fix broken doc links (redirects + dead card link) Jul 9, 2026
Comment thread app/spicedb/getting-started/first-steps/page.mdx Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants